@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Exo+2:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap');

.bona-nova {font-family: 'Bona Nova', serif;}
.exo-2 {font-family: 'Exo 2', sans-serif;}


* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

a {
    text-decoration: none;
}


body {
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    background-color: rgb(212, 215, 168); 
}

#up-arrow {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: rgb(212, 215, 168);
    border-radius: 50%;
    display: none;
}

.container  {
    width: 1200px;
    margin: 0 auto;
}

.content {
    background-color: rgb(244, 245, 216);
    padding: 20px;
}

.row {
    display: block;
    width: 100%;
}

.row::after {
    content: '';
    display: block;
    clear: both;
}

.header {
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, rgba(126,125,27,1) 0%, rgba(115,125,65,1) 7%, rgb(198, 201, 154) 44%, rgb(164, 175, 100) 92%, rgba(207,213,105,1) 100%);
}

.w33 {
    width: 33.33333333%;
    float: left;
    padding: 20px;
}

.w25 {
    width: 25%;
    float: left;
    padding: 20px;
}

.w50 {
    width: 50%;
    float: left;
    padding: 20px;
}

.site-title {
    text-align: center;
    color: rgb(35, 36, 8);
    font-family: 'Cormorant Garamond', serif;
    
}

.menu {
    text-align: right;
}

.menu-link {
    text-decoration: none;
    color: black;
    display: inline-block;
    margin-left: 10px;
    line-height: 60px;
}

.logo {
    height: 60px;
}

.header-a {
    display: inline-block;
    font-size: 24px;
    color: rgb(92, 125, 89);
    text-decoration: none;
    transition: 0.5s;
    padding: 24px 40px;
    border-radius: 10px;
    background-color: rgb(228, 233, 191);
    margin-left: 20px;
    margin-top: 12px;

    transition: 0.5s;
}

.header-a:hover {
    color: rgb(203, 182, 98);
    background-color: rgb(226, 227, 161);
}

.header-b {
    display: inline-block;
    font-size: 40px;
    color: #3d4129;
    text-decoration: none;
    transition: 0.5s;

    transition: 0.5s;
}

.shi {
    position: relative;
    height: 72px;
    padding: 12px 75px;
    float: left;
    margin-top: 14px;
    background: #d7d4a9;
    color: rgb(56, 65, 39);
    border-radius: 5px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 400;
}

.shi img {
    position: absolute;
    height: 72px;
    left: -36px;
    top: 0;
    border: 6px solid #d7d4a9;
    border-radius: 50%;
}

.h1 {
    margin-top: 25px;
    margin-left: 125px;
    font-family: Exo;
    color: #1a2916;
    font-size: 50px;
}

.h2 {
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
    color: #1e201b;
}

.h3 {
    margin-top: 25px;
    margin-left: 40px;
    font-size: 25px;
    color: #1a2916;
    margin-bottom: 27px;
}

.p-1 {
    margin-top: 20px;
    margin-left: 45px;
    font-size: 20px;
    font: serif;
    margin-bottom: 30px;
    text-align: justify;
}

.p-2{
    margin-left: 55px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font: serif;
    text-align: justify;
}

.p-3{
    margin-left: 45px;
    margin-top: 55px;
    font: serif;
    font-size: 15px;
    color: #353a2b;
    text-align: justify;
}

.p-4 {
    margin-left: 45px;
    margin-top: 20px;
    font-size: 10px;
    color: #353a2b;
    text-align: justify;
}

.history {
    display: inline-block;
    margin-left: 40px;
    margin-top: 30px;
    margin-right: 40px;
    background-color: rgb(169, 183, 138);
}

.hist {
    margin: 7px;
    position: relative;
}

.history-about {
    display: inline-block;
    margin-left: 40px;
    margin-top: 30px;
    margin-right: 40px;
    background-color: rgb(169, 183, 138);
}

.hist-ab {
    margin: 7px;
    position: relative;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.card {
    background-color: rgb(221, 221, 173);
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.card-content {
    background-color: rgb(221, 221, 173);
    padding: 20px;
    color: rgb(56, 64, 46);
}

.card:hover .card-image {
    background-size: 200%;
}

.ul {
    margin-top: 35px;
    margin-left: 80px;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: justify;
}

.li {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

.ol {
    margin-left: 80px;
    margin-top: 55px;
    font: serif;
    margin-bottom: 30px;
    font-size: 17px;
    color: #353a2b;
    text-align: justify;
}

.ol-2 {
    margin-left: 80px;
    margin-top: 55px;
    font: serif;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: justify;
}

.card-image {
    width: 100%;
    height: 300px;
    background-color: rgb(211, 214, 166);

    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

    transition: 0.5s;
}

.card-image1 {
    float: right;

    width: 45%;
    height: 300px;
    background-color: rgb(211, 214, 166);
    margin-left: 30px;
    margin-bottom: 30px;

    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

    border-radius: 10px;
}

.card-image2 {
    float: left;

    width: 30%;
    height: 170px;
    background-color: rgb(211, 214, 166);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;

    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

    border-radius: 10px;
}

.card-image3 {
    float: right;

    width: 30%;
    height: 300px;
    background-color: rgb(248, 213, 213);
    margin-left: 30px;
    margin-bottom: 30px;

    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

    border-radius: 10px;
}

.button {
    margin-left: 45px;
    margin-top: 30px;
    display: inline-block;
    font-size: 25px;
    color: #58623d;
    text-decoration: none;
    transition: 0.5s;

    transition: 0.5s;
}